home *** CD-ROM | disk | FTP | other *** search
- Subject: Re: Icons don't show up in the menu
- Sent: 7/2/96 4:10 PM
- Received: 7/2/96 4:21 PM
- From: Henri Lamiraux, lamiraux@apple.com
- Reply-To: ODF Interest, ODF-Interest@CILabs.ORG
- To: OpenDoc Development Framework Discussion List, ODF-Interest@CILabs.
-
- >FW_MEventHandler::HandleCharKey is not called for command-c, or command-v
- >key events. Neither is MEventHandler::HandleVirtualKey.
- >
- >Is there a method that is?
- >
- >-Neal
-
- Command key events like commnand-c and command-v are intercepted by
- OpenDoc and transformed into a Menu event (kODEvtMenu) and send to
- ODPart::HandeEvent. ODF from there calls your DoMenu method. If the
- Command-key doesn't have a menu item associated with it it will be sent
- to your DoCharKey method where you can test for the command key.
-
-
- ........................................................................
- Henri Lamiraux lamiraux@apple.com
- Apple Computer, Inc. OpenDoc(tm) Development Framework
- ........................................................................
-
-